Click or drag to resize

JsonParseException Constructor

Initializes a new instance of the JsonParseException class

Namespace:  Independentsoft.Json.Parser
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public JsonParseException(
	string message,
	int offset,
	int line,
	int column
)

Parameters

message
Type: SystemString
offset
Type: SystemInt32
line
Type: SystemInt32
column
Type: SystemInt32
See Also